home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TFNEWPROJECT / TFNEWPROJECT.txt
Text File  |  1999-10-16  |  966b  |  56 lines

  1. object FNewProject: TFNewProject
  2.   Left = 276
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Project Information'
  6.   ClientHeight = 108
  7.   ClientWidth = 377
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 361
  18.     Height = 57
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 24
  23.     Top = 28
  24.     Width = 62
  25.     Height = 13
  26.     Caption = 'Project name'
  27.   end
  28.   object OKBtn: TButton
  29.     Left = 107
  30.     Top = 76
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.   end
  38.   object CancelBtn: TButton
  39.     Left = 195
  40.     Top = 76
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48.   object ProjectNameEdit: TEdit
  49.     Left = 96
  50.     Top = 24
  51.     Width = 265
  52.     Height = 21
  53.     TabOrder = 2
  54.   end
  55. end
  56.